remove hover effect css

32

.noHover{
    pointer-events: none;
}
<a href='' class='btn noHover'>You cant touch ME :P</a>

Comments

Submit
0 Comments